Edit Billing Account

Request
path Parameters
id
required
string
Request Body schema: application/json
companyName
string
companyPhone
string
billingContact
string
accountId
required
string
recipients
Array of strings
required
object (Address)
object
property name*
additional property
any
Responses
200

Ok

patch/billing/accounts/{id}
Request samples
application/json
{
  • "companyName": "string",
  • "companyPhone": "string",
  • "billingContact": "string",
  • "accountId": "string",
  • "recipients": [
    ],
  • "address": {
    },
  • "taxData": {
    }
}
Response samples
application/json
{
  • "_id": "string",
  • "companyName": "string",
  • "companyPhone": "string",
  • "billingContact": "string",
  • "accountId": "string",
  • "recipients": [
    ],
  • "address": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "taxData": {
    },
  • "creator": "string"
}